home *** CD-ROM | disk | FTP | other *** search
- <% @Language = "VBScript" %>
- <% Response.buffer = true %>
- <!--
- WARNING!
- Please do not alter this file. It may be replaced if you upgrade your web server
- If you want to use it as a template, we recommend renaming it, and modifying the new file.
- Thanks.
- -->
-
-
- <HTML>
-
- <HEAD>
- <META HTTP-EQUIV="Content-Type" Content="text-html; charset=Windows-1252">
-
-
- <%
- Dim strServername, strLocalname, strServerIP
-
- strServername = LCase(Request.ServerVariables("SERVER_NAME"))
- strServerIP = LCase(Request.ServerVariables("LOCAL_ADDR"))
- strRemoteIP = LCase(Request.ServerVariables("REMOTE_ADDR"))
-
-
- %>
- <% If Request("uc") <> 1 AND (strServername = "localhost" or strServerIP = strRemoteIP) then %>
- <% Response.Redirect "localstart.asp" %>
- <% else %>
- <title id=titletext>Under Construction</title>
- </HEAD>
- <body bgcolor=white>
- <TABLE>
- <TR>
- <td id="tableProps" width=70 valign=top align=center>
- <IMG id="pagerrorImg" SRC="pagerror.gif" width=36 height=48>
- <TD id="tablePropsWidth" width=400>
-
- <h1 id=errortype style="font:14pt/16pt verdana; color:#4e4e4e">
- <id id="Comment1"><!--Problem--></id><id id="errorText">Under Construction</id></h1>
- <id id="Comment2"><!--Probable causes:<--></id><id id="errordesc"><font style="font:9pt/12pt verdana; color:black">
- The site you were trying to reach does not currently have a default page. It may be in the process of being upgraded.
- </id>
- <br><br>
-
- <hr size=1 color="blue">
-
- <br>
- <ID id=term1>
- Please try this site again later. If you still experience the problem, try contacting the Web site administrator.
- </ID>
- <P>
-
- </ul>
- <BR>
- </TD>
- </TR>
- </TABLE>
- </BODY>
- <% end if %>
-
- </HTML>
-
-
-
-
-
-
-
-
-
-
-